home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 10 / Revista do CD-ROM 10.iso / demos / kart / kart.bat < prev    next >
Encoding:
DOS Batch File  |  1995-11-19  |  115 b   |  11 lines

  1. @echo off
  2. if not exist c:\kart\digsound goto setsound
  3. k.exe
  4. goto end
  5.  
  6. :setsound
  7. setsound.exe
  8. echo.
  9.  
  10. :end
  11.